home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
ABERMUD.ZIP
/
BBC.C
< prev
next >
Wrap
C/C++ Source or Header
|
1989-07-08
|
284b
|
27 lines
#include <stdio.h>
#include "System.h"
/*
* Code for doing hardware windowed output on BBC GTSS terminals
* Removed on UNIX version
*
*/
long tty; /* TTY Type - not used either */
void initscr()
{
;
}
void topscr()
{
;
}
void btmscr()
{
;
}